home *** CD-ROM | disk | FTP | other *** search
- # PE1CHL-NET configuration file for Atari ST
- #
- # insert your callsign (in lowercase) instead of the callsign below.
- # don't add an SSID here, and change only the part between - and }
- #
- setenv CALLSIGN ${CALLSIGN-pe1zzz}
- #
- # RS232 connected to 2m (144), MIDI to 70cm (430)
- #
- # MIDI as a KISS Interface (430)
- #
- attach asy 3 0 ax25 430 2048 256 9600 $CALLSIGN-7
- #
- # AUX: (RS232) as a KISS Interface (144)
- #
- attach asy 1 1 ax25 144 2048 256 9600 $CALLSIGN-2
- #
- # MIDI as a SLIP Interface
- #
- #attach asy 3 0 slip midi 4096 576 31250
- #
- # attach commands for SCC driver.
- #
- # define buffers for use by SCC driver
- #memstat 30000
- #buffers 32 2 128
- # first init, then attach the channels.
- #attach scc 1 init fffd00 8 3 7 -2 fffd3f 3 p4915200
- #attach scc 1 ax25 430 256 d1200 $CALLSIGN-7
- #attach scc 0 ax25 144 256 d1200 $CALLSIGN-2
- #
- # attach the NET/ROM interface & set the call to be used by NET/ROM level 3
- #
- #attach netrom $CALLSIGN-9
- #
- # setup some directories and files. G: must be a RAMDISK. (128K or more)
- #
- setenv NETDISK a:
- setenv RAMDISK g:
- #
- # if you don't have a RAMDISK then delete 3 lines below and change TMPDIR.
- #
- mkdir -f ${RAMDISK}\tmp ${RAMDISK}\net
- copy $NETHOSTS ${RAMDISK}\net\hosts.net
- setenv NETHOSTS ${RAMDISK}\net\hosts.net
- setenv TMPDIR ${RAMDISK}\tmp
- setenv TIMEZONE MET:0
- shell =${NETDISK}\command.prg
- del -f $TMPDIR\*.*
- #
- # remainder of configuration
- #
- source ${NETDISK}\net\config.net
- #
- # Addresses, IP routing table and ARP commands, Misc
- #
- hostname $CALLSIGN.ampr.org
- ip address $CALLSIGN
- source ${NETDISK}\net\routes.net
- log ${NETDISK}\net\net.log
- del -f ${NETMAILQ}*.lck
- #
- # NET/ROM configuration and filtering of reliable nodes
- #
- #netrom info ${NETDISK}\net\nr_info.txt
- #netrom interface 144 "#TCPIP" 192 lap
- #netrom interface 430 "#TCPIP" 192 uplink
- #netrom tcpip broadcast "#TCPIP"
- #netrom nodefilter add pa0gri-2 144
- #netrom nodefilter add pi8rni-7 430
- #
- # KISS and AX25 stuff for each TNC connected
- #
- mheard 430 23
- mheard 144 23
- mode 430 datagram
- mode 144 datagram
- ax25 digipeat 430 gate
- ax25 digipeat 144 gate
- ax25 persist 430 128 5 64 60 900
- ax25 persist 144 128 5 64 60 900
- #
- # AX25 ports. 1=TNC 2=NetDigi 3=MHEARD 4=Bridge 5=TNC2 6=MBOX
- #
- ax25 port 1 conn $CALLSIGN
- ax25 port 2 digi $CALLSIGN-3 144 gate
- ax25 port 2 digi $CALLSIGN-8 430 gate
- ax25 port 3 conn $CALLSIGN-3 144 multi
- ax25 port 3 conn $CALLSIGN-8 430 multi
- ax25 port 4 conn $CALLSIGN-6
- ax25 port 5 conn $CALLSIGN-12
- ax25 port 6 conn $CALLSIGN-1
- #
- # initialize KISS TNC on 430
- #
- param 430 1 36
- param 430 2 50
- param 430 3 30
- param 430 4 3
- param 430 5 0
- #
- # initialize KISS TNC on 144
- #
- param 144 1 36
- param 144 2 50
- param 144 3 30
- param 144 4 3
- param 144 5 0
- #
- # now we can safely start all servers
- #
- start discard
- start echo
- start finger
- start ftp
- #start rcmd 333 "hier de password zin voor de rcmd server invullen"
- start smtp
- start telnet
- #
- ax25 start bridge
- ax25 start mbox ${NETFINGER}naam.txt
- ax25 start mheard
- ax25 start netdigi
- ax25 start tnc "= Connect Text ="
- #ax25 start tnc2 8=144 9=430
-